@font-face {
    font-family: 'SuperSense'; /*a name to be used later*/
    src: url('SuperSense.ttf'); /*URL to font*/
}

html
{
    background-image: url(gameIconStore.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
	text-align: center;
}

h1
{
    color: orange;
    font: bold;
    font-family: "SuperSense";
    font-size: 80px;
	letter-spacing: 3px;
}

h3
{
    color: #bababa;
}

img
{
	max-height: 267px;
	max-width: 682px;
	image-align: center;
}

.resizeimg
{
    width:100%;
    height:auto;
}

table
{
    margin-left: auto;
    margin-right: auto;
}
th
{
    border: solid 2px rgb(40, 40, 40);
	font-size: 60px;
}